home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 6 / CD Concept 06.iso / mac / UTILITAIRE / Oztex / TeX-docs / rotate.tex < prev    next >
Text File  |  1995-01-31  |  2KB  |  42 lines

  1. % This TeX file produces a single page containing the stuff to be rotated,
  2. % in this case a table.  See "Rotating TeX material" in the OzTeX User Guide.
  3.  
  4. \nopagenumbers                      % don't produce a page number
  5. \topskip=0pt                        % makes adjusting the origin easier
  6. \parindent=0pt                      % ditto
  7.  
  8. % Replace the following stuff by anything else you'd like to rotate;
  9. % for example, you might want to rotate a single character.
  10.  
  11. \font\ninerm=cmr9
  12. \halign to 3.5in                    % width of table
  13.   {\strut#&                         % col 1 is a strut
  14.      \vrule#\tabskip .5em plus2em&   % col 2 is a vrule; also set col spacing
  15.       #\hfil&                        % col 3 is left justified
  16.         \vrule#&                      % col 4 is a vrule
  17.          \hfil#\hfil&                 % col 5 is centred
  18.           \vrule#&                    % col 6 is a vrule
  19.             \hfil#&                    % col 7 is right justified
  20.              \vrule#\tabskip 0pt       % col 8 is a vrule; no space after it
  21.               \cr                      % end of the preamble
  22.     \noalign{\hrule}
  23.     & & \multispan5 \hfil Oldest players to represent\hfil& \cr
  24.     & & \multispan5 \hfil England in a Test Match\hfil& \cr
  25.     \noalign{\hrule}
  26.     & & \omit\hfil Name\hfil& &      % \omit ignores template in preamble
  27.             \omit\hfil Age\hfil& &
  28.               \omit\hfil Versus\hfil& \cr
  29.     \noalign{\hrule}
  30.     & & W.Rhodes& & 52y 165d& & West Indies, 1930& \cr
  31.     \noalign{\hrule}
  32.     & & W.G.Grace& & 50y 320d& & Australia, 1899& \cr
  33.     \noalign{\hrule}
  34.     & & G.Gunn& & 50y 303d& & West Indies, 1929& \cr
  35.     \noalign{\hrule}
  36.     & & J.Southerton{\ninerm*}& & 49y 139d& & Australia, 1877& \cr
  37.     \noalign{\hrule\smallskip}
  38.     & \multispan7\ninerm* (This was actually his Test debut.)\hfil \cr
  39.   }
  40.  
  41. \bye          % DO NOT REMOVE THIS LINE
  42.